﻿body {
}
#divfloatleft
{
	float: left;
	width: 30%;
	height:100%;
}

#divfloatright
{
	float: right;
	width: 65%;
}

#div100percent
{
	text-align: justify;
	width: 100%;
	height: 100%;
	margin-bottom: 22px;
}

.Imagestyle1
{
	margin: 20px;
	width: 300px;
	height: 300px;
	float: left;
	
}

.Imagestyle2
{
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.Imagestyle2_Right
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left:10px;
}
.Imagestyle3
{
	margin: 8px;
	width: 100%;

}
li
{
	list-style-type: square;
	display: list-item;
	text-align: right;
	direction:rtl
}
ul
{
	margin-right: 10px;
	padding-right: 10px;
}
.p1
{
	text-align: justify;
	font-size: 14px;
	direction:rtl
}
.p2
{
	list-style-type: circle;
	text-align: justify;
	font-size: 13px;
}
h4
{
    font-weight: bold;
    margin-top: 10px;
    color: #CC3300;
}
.h5
{
    font-weight: bold;
    margin-top: 10px;
}
h1
{
	
}
h2
{
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-size: large;
	font-weight: bold;
}
#divfloatleft2
{
	float: left;
	width: 75%;
	height:100%;
}

#divfloatright2
{
	float: right;
	width: 22%;
}



.ul_2nd_Level
{
	padding-right: 35px;
	
}
.li_2nd_Level
{
	list-style-type: circle;
}

.divmidle
{
	padding-right: 40px;
	color: #0000CC;
}
